projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7556772
)
Remove XEmacs compat code from mml.el that gave a compilation warning
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 12 Jun 2019 23:27:36 +0000
(
01:27
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 12 Jun 2019 23:27:36 +0000
(
01:27
+0200)
* lisp/gnus/mml.el (mml-mode): Remove XEmacs compat code
lisp/gnus/mml.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mml.el
b/lisp/gnus/mml.el
index 1df4e28f13d4fad6d13f550a7963749a2ef83fc1..b664ebe3bf945853843cac8875374ee1a6530cbe 100644
(file)
--- a/
lisp/gnus/mml.el
+++ b/
lisp/gnus/mml.el
@@
-1237,7
+1237,6
@@
See Info node `(emacs-mime)Composing'.
\\{mml-mode-map}"
:lighter " MML" :keymap mml-mode-map
(when mml-mode
- (easy-menu-add mml-menu mml-mode-map)
(when (boundp 'dnd-protocol-alist)
(set (make-local-variable 'dnd-protocol-alist)
(append mml-dnd-protocol-alist dnd-protocol-alist)))))